{load_language_text section="new_products"} {block name="home_recommended_products"}
{block name="home_recommended_products_title"}
{$txt.heading_text}
{/block} {foreach name=aussen item=module_data from=$module_content} {block name="home_recommended_products_product"}
{block name="home_recommended_products_product_image_wrapper"}
{if $module_data.PRODUCTS_IMAGE!=''} {block name="home_recommended_products_product_image"} {$module_data.PRODUCTS_IMAGE_ALT|default:$module_data.PRODUCTS_NAME}
{/block} {/if} {if $module_data.PRODUCTS_FSK18=='true'} {block name="home_recommended_products_product_fsk18"} ab18.png
{/block} {/if}
{/block} {block name="home_recommended_products_product_header"}
{block name="home_recommended_products_product_header_details"} [ {$txt.text_details} ] {/block} {block name="home_recommended_products_product_header_product_name"} {$module_data.PRODUCTS_NAME} {/block}
{/block} {block name="home_recommended_products_product_content"}
{block name="home_recommended_products_product_content_description"} {$module_data.PRODUCTS_SHORT_DESCRIPTION}
{/block}
{block name="home_recommended_products_product_content_price"} {$module_data.PRODUCTS_PRICE}
{/block} {if $module_data.PRODUCTS_TAX_INFO neq '' || $module_data.PRODUCTS_SHIPPING_LINK neq ''} {block name="home_recommended_products_product_content_tax"} ({$module_data.PRODUCTS_TAX_INFO}{$module_data.PRODUCTS_SHIPPING_LINK})
{/block} {/if} {if $module_data.PRODUCTS_VPE} {block name="home_recommended_products_product_content_vpe"} {$module_data.PRODUCTS_VPE}
{/block} {/if} {block name="home_recommended_products_product_content_buy_now"} {$module_data.PRODUCTS_BUTTON_BUY_NOW} {/block}
{/block}
{/block} {/foreach}
{/block}